| TableUpdateSlabsTagBuffer Method |
this function is used to update Slabs Tag Buffer values.
the string value of Slab IP address.the string value of Slab Frame data. this function return type is void .
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void UpdateSlabsTagBuffer(
string IpKey,
string FrameValue
)
Public Sub UpdateSlabsTagBuffer (
IpKey As String,
FrameValue As String
)
public:
void UpdateSlabsTagBuffer(
String^ IpKey,
String^ FrameValue
)
function UpdateSlabsTagBuffer(IpKey, FrameValue);
Parameters
- IpKey
- Type: SystemString
- FrameValue
- Type: SystemString
See Also